Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObjectCollection<T> Class / Add Method
The item.


In This Topic
    Add Method (FloatingObjectCollection<T>)
    In This Topic
    Adds the specified item.
    Syntax
    'Declaration
     
    Public Overrides Sub Add( _
       ByVal item As T _
    ) 
    'Usage
     
    Dim instance As FloatingObjectCollection(Of T)
    Dim item As T
     
    instance.Add(item)
    public override void Add( 
       T item
    )

    Parameters

    item
    The item.
    Exceptions
    ExceptionDescription
    item must have name!
    See Also